home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 3983 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: canopus.cc.umanitoba.ca!pollux!umcwikla
  2. From: umcwikla@cc.umanitoba.ca (Tom Cwikla)
  3. Newsgroups: comp.sys.cbm
  4. Subject: Re: Mouse Wanted
  5. Date: 14 Mar 96 01:30:54 GMT
  6. Organization: The University of Manitoba
  7. Message-ID: <umcwikla.826767054@pollux>
  8. References: <4hj4cc$sde@madeline.INS.CWRU.Edu> <4hs0rv$g49@twizzler.callamer.com>
  9. NNTP-Posting-Host: pollux.cc.umanitoba.ca
  10. X-Newsreader: NN version 6.5.0 #2 (NOV)
  11.  
  12. In <4hs0rv$g49@twizzler.callamer.com> csmith@slonet.org (C. Deforrest Smith) writes:
  13. >While we're on the topic of mice, I have another silly question... Is
  14. >the Amiga mouse anything like the 1351/1352 mice? 
  15.  
  16. Nope. Nothing like it at all. The 1351 mouse is analog (uses two "circular"
  17. pots) and the Amiga mouse is quadrature (uses four TTL signals). Some
  18. programs were written for the C64 that can read an Amiga mouse, but there's
  19. not many of these around. Doing this requires rather fast polling of the
  20. joystick pins (this is where the quadrature signals map to when you plug an
  21. Amiga mouse into the C64) and can not effectively be done under Geos which
  22. only calls the input driver 60 times per second.
  23.  
  24. >Is it close enough
  25. >to be hackable?
  26.  
  27. This can be done but it requires a handful of chips. Two quadrature decoders
  28. (you can actually do this using binary up/down counters which are not really
  29. quadrature decoders but good enough for a mouse) and a pair of DACs, or
  30. you can roll your own resistor-ladder networks.
  31.  
  32. >Any other 1351-alikes out there? 
  33.  
  34. As far as I know, only CMD sells these, and for a price which is quite
  35. ridiculous for us Canadian residents.
  36.  
  37. >I've got a pile of '64's here, and they all want mice. :->
  38.  
  39. I only have one, and I would like a mouse for it as well. I'll probably end
  40. up building a converter and using the Amiga mouse.
  41.  
  42. --Tom.
  43.